vcMaterialInheritance
See in: Overview
Module: vcCore
Parent: Enum
Children -
Referenced by: vcNode.MaterialInheritance
Enums
| Value | Description |
| DISABLED | Setting does not affect the stack at all. |
| SET | Setting is used on the current geometry set only. This is overridden by INHERIT. |
| FORCE | Setting overrides INHERIT for the current geometry set. |
| INHERIT | Setting specifies a material for the entire node subtree that overrides any SET materials. |
| FORCE_INHERIT | As INHERIT, except it also overrides FORCE materials. |
| INHERIT_NODE | As INHERIT, except only for the current DSG node. |
| FORCE_INHERIT_NODE | As FORCE_INHERIT, except only for the current DSG node. |
| INHERIT_LEVEL | As INHERIT, except only for the current group of DSG nodes. |
| FORCE_INHERIT_LEVEL | As FORCE_INHERIT, except only for the current group of DSG nodes. |